home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 4.iso / src / exampleCode / games / cubetris / Makefile < prev    next >
Encoding:
Makefile  |  1994-08-02  |  207 b   |  15 lines

  1. #!smake
  2.  
  3. include ${ROOT}/usr/include/make/commondefs
  4.  
  5. TARGETS    = cubetris
  6.  
  7. LCOPTS    = -cckr -prototypes -float
  8. CFILES    = cubetris.c
  9. LLDLIBS = -lgl -lm
  10. CVERSIONS=
  11.  
  12. default all: $(TARGETS)
  13.  
  14. include ${COMMONRULES}
  15.